home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / main.dxr / 00043_INSTALL QT.ls < prev    next >
Encoding:
Text File  |  2000-01-01  |  230 b   |  11 lines

  1. on mouseUp me
  2.   if the machineType <> 256 then
  3.     filei = the moviePath & "data:QT:mac:QuickTime Installer"
  4.     open(filei)
  5.   else
  6.     filei = the moviePath & "data\QT\win\QTINSTAL.exe"
  7.     open(filei)
  8.     put filei
  9.   end if
  10. end
  11.